/* Elements----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
.side-bar a,.chat-tips i {
	background-image: url(/skin/images/gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
	width: 66px;
	position: fixed;
	bottom: 20px;
	right: 25px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar a {
	width: 66px;
	height: 66px;
	display: inline-block;
	background-color:dodgerblue;
	margin-bottom: 2px;
	opacity: 90%;
}
.side-bar a:hover {
	background-color: #669fdd;
}
.side-bar .icon-qq {
	background-position: 0 -62px;
}
.side-bar .icon-chat {
	background-position: 0 -130px;
	position: relative;
}
.side-bar .icon-qq:hover .chat-tips {
	display: block;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-sj:hover .sj-tips {
	display: block;
}

.side-bar .b_top{
	background-position: 0 -198px;
}
.side-bar .icon-kf {
	background-position: 0 -266px;
}
.side-bar .icon-sj {
	background-position: 0 -333px;
}
.chat-tips {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top: -55px;
	background-color: #ffffff;
	display: none;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 138px;
	height: 138px;
}
.sj-tips {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top: 132px;
	background-color: #ffffff;
	display: none;
}
.sj-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.sj-tips img {
	width: 138px;
	height: 138px;
}
.sj-tips p {
	font-size:30px;
	padding: 16px 10px;
	color: #2196F3;
	font-weight: bold;
}




@media (max-width: 1024px){
	.side-bar{display: none;}
}
@media (min-width: 1025px){
	.side-bar{display:display;}
}
